Release 10.1A: OpenEdge Development:
ADM Reference
processWebRequest
Procedure that processes the request from the Web. This is an override of the
Location: wbtable.p Parameters: None Notes:webrep.pversion and contains additional logic to be able to produce an HTML page with several rows in a table.
- The actual HTML page is generated in the HTMLTable function.
- Because the object is read-only it does not go into add mode when the query is empty. IN this case, an error message is added to the ADM 2 message queue.
- The procedure ends with a destroyObject call, which is important when the data-source is a SmartDataObject, even if the TARGET–PROCEDURE is not run persistently. The reason is that destroyObject might destroy the SmartDataObject and/or disconnect any AppServer connection depending on the Instance Properties of the SmartDataObject.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |